home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #1
/
Amiga Plus CD - 1996 - No. 1.iso
/
pd
/
grafik
/
xfig_v1.7
/
doc
/
makeps
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-22
|
170 b
|
10 lines
#!/bin/csh
echo This will make the xfig.ps file
echo -n psroffing...
psroff -t -man xfig.man > xfig.ps
echo ""
echo -n zipping...
gzip -v xfig.ps
echo done
ls -l xfig.*